home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / isc / README < prev    next >
Internet Message Format  |  1994-08-01  |  1KB

  1. From: munonye@ifns.de (Chris Munonye)
  2.  
  3. Stuff to make sure you check:
  4.   - all configurable pathnames (my setup is pretty bizarre)
  5.   - either define _G_SYSV in your g++-include/_G_config.h or in ./defs CVERSION
  6.     make sure gas and/or ld can be reached under the dir specified by -B
  7.     (trailing slash  i s  significant) in ./defs CVERSION
  8.     (they  m u s t  be named as / ld)
  9.   - use gnu awk for xferstarts
  10.   - in case you use faxmail via mailfax/sendmail you might want to add
  11.     FAX to your fake domains (besides the other changes mentioned in
  12.     mailfax.sh-sendmail) to avoid asking the nameserver for these 'addresses'
  13.   - you'll need the gnu version of grep
  14.   - PATHS in configure and faxaddmodem scripts. You might even want to use
  15.     bash.
  16.   - you might want to modify your g++-include/sys/socket.h
  17.     (change the void* to fd_set*) to:
  18.     int      select _G_ARGS((int, fd_set*, fd_set*, fd_set*, struct timeval*));
  19. Other random notes:
  20.   - my OS is ISC 4.0; your mileage may vary
  21.   - gcc is 2.5.8, libg++ is 2.5.3, gas is 2.2, ld is from binutils-2.3
  22.   - I didn't try the asy(7) port since I use Specialix boards. Consult
  23.     the manpage on asy(7) to figure out which tty names to use.
  24.     Note that there is a significant change between ISC3.0 and ISC4.0
  25.     concerning the asy.
  26.